DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollectionList<T> Class / IsFixedSize Property

In This Topic
    IsFixedSize Property (C1DataCollectionList<T>)
    In This Topic
    Gets whether the collection size can change.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFixedSize As Boolean
    public bool IsFixedSize {get;}
    See Also